home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 April
/
Gamestar_72_2005-04_dvd.iso
/
CD
/
DATABASE
/
CESTINY
/
CounterStrike-ConditionZero1.0CZ.exe
/
{app}
/
valve
/
spectatormenu.txt
next >
Wrap
Text File
|
2004-10-26
|
1KB
|
55 lines
// Command Menu definition
//
// Basic Format:
// "<Bound Key>" "<Button Text>" "<Command sent to server>"
//
//
//
//
// Buttons can also open up submenus, as follows:
// {
// "Some More Options",
// {
// ...
// }
// }
//
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
// around or deleted.
//
//
// Limitations:
// Maximum of 50 menus.
// Maximum of 100 buttons per menu.
//--------------------------------------------------------
// Everything below here is editable
"5" "Zav°φt" "spec_menu 0"
"4" "Pomoc" "spec_help"
"3" "Nastavenφ"
{
TOGGLE "4" "Chat zprßvy" "hud_saytext"
TOGGLE "3" "Ukßzat stav" "spec_drawstatus"
TOGGLE "2" "Zobrazit ku₧el" "spec_drawcone"
TOGGLE "1" "JmΘna hrßΦ∙" "spec_drawnames"
}
TOGGLE "2" "Auto adresß°" "spec_autodirector"
"1" "Ukßzat sk≤re" "togglescores"
// Here are the rest of the buttons and submenus
// You can change these safely if you want.